Parse Pdf
Parse API Endpoints
Parse Pdf
Upload and process a PDF file using specified parsing and chunking configurations.
POST
Parse Pdf
Documentation Index
Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
multipart/form-data
The PDF file to upload.
The parser engine to use (e.g., 'llmsherpa').
Example:
"llmsherpa"
Size of the chunks for text splitting.
Example:
1000
Overlap between consecutive text chunks.
Example:
100
Optional JSON string of extra metadata to associate with the parsed documents.
Example:
"{}"
Response
PDF file successfully parsed and documents returned.
Placeholder for a list of processed documents.